home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Utils / GParted Live CD / Bin / gparted-livecd-0.2.2.iso / usr_sqfs / bin / timed-read < prev    next >
Encoding:
Text File  |  2005-07-18  |  218 b   |  9 lines

  1. #!/bin/sh
  2. # \
  3. exec expect -f "$0" ${1+"$@"}
  4. # read a complete line from stdin
  5. # aborting after the number of seconds (given as an argument)
  6. # - Don Libes
  7. set timeout $argv
  8. expect -re \n {send_user $expect_out(buffer)}
  9.